github.com/andybalholm/brotli.command.copy_len_ (field)
10 uses
github.com/andybalholm/brotli (current package)
command.go#L190: copy_len_ uint32
command.go#L201: cmd.copy_len_ = uint32(uint32(copylen) | delta<<25)
command.go#L214: cmd.copy_len_ = 4 << 25
command.go#L247: return self.copy_len_ & 0x1FFFFFF
command.go#L251: var modifier uint32 = self.copy_len_ >> 25
command.go#L253: return uint32(int32(self.copy_len_&0x1FFFFFF) + delta)
encode.go#L716: var last_copy_len uint64 = uint64(last_command.copy_len_) & 0x1FFFFFF
encode.go#L729: last_command.copy_len_++
encode.go#L736: getLengthCode(uint(last_command.insert_len_), uint(int(last_command.copy_len_&0x1FFFFFF)+int(last_command.copy_len_>>25)), (last_command.dist_prefix_&0x3FF == 0), &last_command.cmd_prefix_)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |